COMMON STEPS IN BUILDING A WEB SITE USING DREAMWEAVER LAYOUTS
Plan and define web site:
- Create a folder on your desktop (or where ever you desired) and give it a name (e.g., ABC Company Web Site). Inside this folder create another folder called images (even though you may not have images yet.)
- Open Dreamweaver and select Site > New Site to define a web site for the folder you just created by filling in the first two fields to give the site a name and have Dreamweaver point to the site folder.
- (Optional) You can also set the cloaking option, FTP and server settings in the Site Definition dialog box or you can define these settings later.
Create web site layout:
- Select File > New..., select Starter Templates, and then select a template of your liking.
- Give page a title and header and footer (graphics or text) and save it.
- Update the navbar with links going to their intended pages (e.g., Home > index.html, Product > Products.html, etc.)
- (Optional) Add generic title with colon (e.g., CompanyName: ) so that it can be used on all page when it is converted to a template.
- Add header, footer and common text that will be used for all pages.
- Export embedded CSS as an external style sheet so that it can be used by the other page automatically.
Convert page to template:
- Convert the page to a template and define regions (editable, optional or repeating regions).
- Create other pages based on template you just created and add necessary title, text, images, videos, etc.
Publish, upload, and check:
- Check links between pages and make any other modifications you need to the html or css code.
- Upload the COMPLETE site to a server.
- Preview site in several browsers.
- Make final updates and post ONLY changes to website.